a {
    transition: color 0.6s;
}
a:hover {
    color: #d61518;
}
